POV-Ray : Newsgroups : povray.animations : instant appearance : Re: instant appearance Server Time
28 Jul 2024 12:38:15 EDT (-0400)
  Re: instant appearance  
From: Bob Hughes
Date: 18 Apr 2000 22:03:21
Message: <38fd13e9@news.povray.org>
If you want multiple instances the thing to do is use #switch with #range.  These
directives are practically made for
animation.  Example:

#switch (clock)
#range (0.3,0.5) // for a 0 to 1 clock
// do the ray here
#break
#end


Bob

"Rick Adams" <ben### [at] xprtnet> wrote in message
news:benboomREMOVE_THIS_PART-C33E4F.15571918042000@news.povray.org...
| In article <38fc9e85$1@news.povray.org>, "Mike Weber"
| <mik### [at] pyxiscom> wrote:
|
| > I would use the clock like this:
| >
| > #if (clock > .5)
| >  object(laser)
| > #endif
|
| Thanks!. Very simple; I like that.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.